view.container.find('div[data-asformid*="table.addRowButton"]').remove();
view.container.find('div[data-asformid*="table.removeRowButton"]').remove();
model.on('tableRowAdd', function () {
    view.container.find('div[data-asformid*="table.addRowButton"]').remove();
    view.container.find('div[data-asformid*="table.removeRowButton"]').remove();
});